home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / easymenu.arc / INFO.MHH < prev    next >
Encoding:
Text File  |  1986-10-02  |  2.6 KB  |  49 lines

  1.                                                 Press H to view AUTOEXEC.BAT
  2.     CONFIG.SYS   - Operating System Configuration file
  3.     AUTOEXEC.BAT - Automatic Execution Command List file
  4.  
  5.     The SYSTEM HARDWARE display keeps you from having to open up your system
  6.     box to find out the number and type of PORTS, system memory, disk
  7.     devices & capacity, etc.
  8.  
  9.     AUTOEXEC.BAT is a file which holds a list of commands the PC will do at
  10.     power-on (boot-up).  These commands will run just as though you had
  11.     typed them at the C> DOS prompt.
  12.     To use alternate AUTOEXEC.* and CONFIG.* files, and/or to re-boot your
  13.     PC from a menu, refer to EasyMenu documentation.
  14.  
  15.     CONFIG.SYS does 2 things:   1.  Assigns memory for DISK ACCESS.
  16.                                 2.  Assigns memory for DEVICE DRIVERS.
  17.                                  Default      Min    Max   Norm
  18.    1.  DISK ACCESS    BUFFERS =        2        1     99     20
  19.                       FILES =          8        5     99     20
  20.  
  21.        Each file over 8 costs 39 bytes of memory.  FILES=20   costs   .5 K
  22.        Each buffer over 2 costs 528 bytes.         BUFFERS=20 costs  9.5 K
  23.  
  24.     NOTE:  Screen, Keyboard, Printer, Aux, & Error = 5 FILES already!
  25.     SYSTEM PERFORMANCE
  26.     Your programs will run slower if BUFFERS is low, and some programs may
  27.     require a FILES statement of 15 or higher.  When running a hard disk or
  28.     on a Local Area Network, FILES should be at least 15.
  29.  
  30.     To see the effect on performance, set BUFFERS = 2, reboot your system
  31.     and run some programs.  Then set BUFFERS = 20, reboot and run the same
  32.     programs; you should note a dramatic difference.
  33.    2.  DEVICE DRIVERS   DEVICE=\device#1 file name
  34.                         DEVICE=\device#2 file name
  35.                         DEVICE=\device#x file name
  36.  
  37.    Device drivers allow control & communication with external hardware such
  38.    as robots and video disk players; others enhance the operation of your
  39.    PC.  DOS 2.0 allows for 256 device drivers, of which DOS reserves 64.
  40.  
  41.    DEVICE = ANSI.SYS      Screen enhancer     |  Sample CONFIG.SYS    |
  42.    DEVICE = LDP1000.VAL   Video disk player   |-----------------------|
  43.    DEVICE = MDISK.DVD     Ram disk            |  FILES = 20           |
  44.    DEVICE = MOUSE.SYS     Mouse driver        |  BUFFERS = 20         |
  45.    DEVICE = SPOOL.DEV     Print Spooler       |  DEVICE = ANSI.SYS    |
  46.                                               -------------------------
  47.    When you change CONFIG.SYS, you must REBOOT (CTRL-ALT-DEL) to effect
  48.    the changes.  P.S.  Device Drivers are files which must be on disk.
  49.